home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / 3rdparty / lc890.arc / LC890.DOC next >
Text File  |  1988-09-10  |  898b  |  25 lines

  1. The NEC LC890 printer can operate as either a Postscript printer or emulate
  2. an HP Laserjet.  Many people want to use it as both.  This program lets you
  3. do just that.
  4.  
  5. To change an LC890 from Postscript mode to HP Laserjet mode, at the DOS
  6. prompt type:
  7.  
  8.                         lc890 laserjet
  9.  
  10. To change an LC890 from HP Laserjet mode to Postscript mode, at the DOS
  11. prompt type:
  12.  
  13.                         lc890 postscript
  14.  
  15. You can use either upper or lower case.  The printer will remember how you
  16. set it's mode even after you turn it off.
  17.  
  18. Since most programs which print still can't take advantage of Postscript, you
  19. might want to leave your LC890 in Laserjet mode most of the time.  Then use
  20. batch files to start your applications which use Postscript.  Include
  21.  
  22.                         lc890 postscript
  23.  
  24. in your batch file before running a program which uses Postscript.
  25.